*{margin:0;padding:0;}

ul,li{list-style:none;}
a {
    text-decoration: none;
    color: #f57354;
}
.top-head {
    width: 100%;
    height: auto;
    position: relative;
    background: #EBEBEB;
}

.main {

    width: 1000px;
    position: relative;
    height: 110px;
    margin: 0 auto;
}

.log1 {
    margin-top: 17px;
}

.bd {
    width: 100%;
    position: relative;
}

.min {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
}

.min-right {
    float: right;
    width: 400px;
    border: 1px solid #e8e8e8;
    text-align: center;
}
.min-right h2 {
    text-align: center;
    width: 100%;
    position: relative;
    height: 50px;
    line-height: 50px;
    border-top: 2px solid red;
    font-size: 23px;
}
span.line {
    width: 339px;
    border-bottom: 1px solid #e8e8e8;
    height: 5px;
    position: relative;
    display: inline-block;
    /* text-align: center; */
}

input.input1 {
    width: 300px;
    height: 40px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #B1B1B1;
}
input.input2 {
    width: 100px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #B1B1B1;
}

.form1 {
    width: 300px;
    height: auto;
    margin: 0 auto;
    margin-top: 25px;
}

form {
    text-align: left;
    color: #717171;
}

input {
    margin-top: 9px;
    margin-bottom: 9px;
}

button.getcode {
    width: 80px;
    height: 30px;
    background: white;
    color: #717171;
    border-radius: 3px;
    border: 1px solid #B9B9B9;
}
input.input3 {
    width: 300px;
    height: 40px;
    background: #FF855F;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 20px;
}
.form1 p {
    font-size: 8px;
    color: #A5A0A0;
}
.min-right{font-size: 8px;
    color: #A5A0A0;}

p.p1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

p.p1 img {
    /* top: 50%; */
    position: relative;
    width: 15px;
}

.foot {
    width: 100%;
    position: relative;
    background: #F7F7F7;
}

.footmin {
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    line-height: 30px;
}

.footmin p {
    color: #616161;
    font-size: 14px;
}

a.lianxi {
    margin-left: 5px;
}



.float {
    width: 100%;
    position: relative;
}

.floatmain {
    position: fixed;
    width: 50px;
    height: 200px;
    z-index: 1000;
    top: 200px;
    right: 20px;
}
.icontop {
    background-image: url("../img/icon-top.png");
    width: 65px;
    height: 61px;
    cursor: pointer;
    position: relative;
}
.icontop:hover{background-image: url("../img/icon-top2.png");}
